#msform {
  text-align: center;
  position: relative;
}
/*Hide all except first fieldset*/
.fieldset:not(:first-of-type) {
  display: none;
}
/*inputs*/
#msform input, #msform textarea {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2C3E50;
  font-size: 13px;
}
/*buttons*/
#msform .action-button {
  width: 100px;
  background: #27AE60;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;}
/* The container */
.contain {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 15px;
  padding: 3px;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 35px;
  width: 150px;
  background-color: #e5e5e5;
  border-radius: 2%;
  margin-left: -10px;
}
.checkmarks {
  position: absolute;
  top: 0;
  left: 0;
  height: 35px;
  width: 319px;
  background-color: #e5e5e5;
  border-radius: 2%;
  margin-left: -10px;
}

/* When the radio button is checked, add a blue background */
.contain input:checked ~ .checkmark {
  background-color: #858E96;
}
.contain input:checked ~ .checkmarks {
  background-color: #858E96;
}

.form-check{float:left;}
.modal-content{width:100%;}
.fieldset{width:100%;position:relative;}
.bell {
    min-height: 450px;
    width: 360px;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.bells {
    min-height: 450px;
    width: 445px;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    padding-bottom:0px;
}
h3{font-size: 15px;font-style: bold;}
.new{margin-top: 15px;text-align: center;}
.mad{width:132px;margin-left: -10px;}
.mad1{float: right;}
